home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global stay
- puppetSprite(2, 1)
- puppetSprite(3, 1)
- puppetSprite(4, 1)
- puppetSprite(5, 1)
- puppetSprite(6, 1)
- puppetSprite(7, 1)
- puppetSprite(8, 1)
- puppetSprite(9, 1)
- puppetSprite(10, 1)
- puppetSprite(11, 1)
- puppetSprite(12, 1)
- set stay to 1
- tell the stage
- puppetTransition(0)
- end tell
- repeat with xxx = 1 to 48
- tell the stage
- puppetSprite(xxx, 0)
- end tell
- end repeat
- tell the stage
- go(1)
- end tell
- end
-